+opencc (1.1.1+git20200624+ds2-6) unstable; urgency=high
+
+ * Team upload.
+ * debian/patches/0005: Add upstream patch to fix severe performance
+ regression in `Conversion::Convert` that caused O(N^2) complexity.
+ * debian/rules: Disable parallel build to workaround some random
+ build error for now.
+
+ -- Boyuan Yang <byang@debian.org> Sun, 28 Feb 2021 19:48:01 -0500
+
opencc (1.1.1+git20200624+ds2-5) unstable; urgency=medium
* Team upload.
include /usr/share/dpkg/architecture.mk
+# Disable parallel build to circumvent some random build error
+# (needs further investigation)
%:
- dh $@ --buildsystem=cmake --with pkgkde_symbolshelper
+ dh $@ --buildsystem=cmake --with pkgkde_symbolshelper --no-parallel
BUILD_OPTIONS = \
-DCMAKE_INSTALL_PREFIX=/usr \